func go/types.allString

5 uses

	go/types (current package)
		builtins.go#L398: 				if !allString(y.typ) {
		conversions.go#L116: 		} else if x.mode == constant_ && isInteger(x.typ) && allString(T) {
		expr.go#L902: 		if allString(x.typ) != allString(y.typ) {
		predicates.go#L50: func allString(t Type) bool          { return allBasic(t, IsString) }